PDF Plugin for Xojo

Page.SetSlideShow Method (console safe)

Configures the setting for slide transition of the page.

SetSlideShow(
   slideShowType as Page.TransitionStyleEnum,
   displayTime as Single,
   transitionTime as Single)

Parameters

slideShowType
The transition style. This can be any value from the Page.TransitionStyleEnum.
displayTime
The display duration of the page. (in seconds).
transitionTime
The duration of the transition effect. Common value is 1(second).

Remarks

See Also

Page Class